【例子介绍】threejs-3D-room
threejs实现3D的VR看房
【相关图片】
【源码结构】
.
├── threejs-3D-room
│ ├── README.md
│ ├── index.html
│ ├── package.json
│ ├── src
│ │ ├── App.css
│ │ ├── App.tsx
│ │ ├── assets
│ │ │ ├── back.png
│ │ │ ├── bottom.png
│ │ │ ├── front.png
│ │ │ ├── left.png
│ │ │ ├── livingRoom.jpg
│ │ │ ├── right.png
│ │ │ └── top.png
│ │ ├── favicon.svg
│ │ ├── index.css
│ │ ├── logo.svg
│ │ ├── main.tsx
│ │ └── vite-env.d.ts
│ ├── tsconfig.json
│ ├── tsconfig.node.json
│ ├── vite.config.ts
│ └── yarn.lock
└── threejs-3D-room_threejs-3D-room.rar
3 directories, 22 files
评论